home *** CD-ROM | disk | FTP | other *** search
- object NetForm: TNetForm
- Left = 152
- Top = 147
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Select a game type'
- ClientHeight = 230
- ClientWidth = 562
- Color = clSilver
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyPress = FormKeyPress
- OnMouseDown = FormMouseDown
- OnMouseMove = FormMouseMove
- OnMouseUp = FormMouseUp
- OnPaint = FormPaint
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 224
- Top = 56
- Width = 193
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption = 'Select a game type'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- OnMouseDown = FormMouseDown
- OnMouseMove = FormMouseMove
- OnMouseUp = FormMouseUp
- end
- object RxLabel1: TRxLabel
- Tag = 1
- Left = 272
- Top = 88
- Width = 167
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption = 'Game with computer'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShadowColor = clAqua
- Transparent = True
- OnMouseMove = RxLabelMouseMove
- OnMouseUp = RxLabelMouseUp
- OnMouseLeave = RxLabelMouseLeave
- end
- object RxLabel2: TRxLabel
- Tag = 2
- Left = 272
- Top = 112
- Width = 116
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption = 'Network game'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShadowColor = clAqua
- Transparent = True
- OnMouseMove = RxLabelMouseMove
- OnMouseUp = RxLabelMouseUp
- OnMouseLeave = RxLabelMouseLeave
- end
- object RButton1: TBitmapButton
- Tag = 1
- Left = 48
- Top = 56
- Width = 26
- Height = 26
- ShadowColor = clBlack
- ShadowPos = spRightBottom
- NumBitmaps = 4
- ResOrgX = 0
- ResOrgY = 0
- OnClick = RButtonClick
- end
- object RButton2: TBitmapButton
- Tag = 2
- Left = 48
- Top = 88
- Width = 26
- Height = 26
- ShadowColor = clBlack
- ShadowPos = spRightBottom
- NumBitmaps = 4
- ResOrgX = 0
- ResOrgY = 0
- OnClick = RButtonClick
- end
- object BButton1: TBitmapButton
- Left = 40
- Top = 176
- Width = 92
- Height = 25
- Caption = 'Back'
- ShadowColor = clBlack
- ShadowPos = spRightBottom
- ResOrgX = 0
- ResOrgY = 0
- OnClick = BButton1Click
- end
- object BButton2: TBitmapButton
- Left = 136
- Top = 176
- Width = 92
- Height = 25
- Caption = 'Connect'
- ShadowColor = clBlack
- ShadowPos = spRightBottom
- ResOrgX = 0
- ResOrgY = 0
- OnClick = BButton2Click
- end
- object BButton3: TBitmapButton
- Left = 232
- Top = 176
- Width = 92
- Height = 25
- Caption = 'Exit'
- ShadowColor = clBlack
- ShadowPos = spRightBottom
- ResOrgX = 0
- ResOrgY = 0
- OnClick = BButton3Click
- end
- object Label2: TLabel
- Left = 344
- Top = 160
- Width = 89
- Height = 20
- Alignment = taCenter
- AutoSize = False
- Caption = 'Your Name'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- OnMouseDown = FormMouseDown
- OnMouseMove = FormMouseMove
- OnMouseUp = FormMouseUp
- end
- object Edit1: TEdit
- Left = 16
- Top = 8
- Width = 160
- Height = 28
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- Visible = False
- OnChange = Edit1Change
- OnKeyPress = Edit1KeyPress
- end
- object ListBox1: TListBox
- Left = 304
- Top = 2
- Width = 165
- Height = 52
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ItemHeight = 16
- ParentFont = False
- TabOrder = 1
- Visible = False
- OnDblClick = ListBox1DblClick
- OnKeyPress = ListBox1KeyPress
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 480
- Top = 88
- end
- end
-